From: Juanma Barranquero Date: Fri, 21 Feb 2003 08:04:13 +0000 (+0000) Subject: (POLLING_PROBLEM_IN_SELECT): Define POLL_INTERRUPTED_SYS_CALL, not X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~53201 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9ded7072018d3c325d128e63d9499694a499104b;p=emacs.git (POLLING_PROBLEM_IN_SELECT): Define POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT. --- diff --git a/src/s/hpux10.h b/src/s/hpux10.h index c547a1845ab..ba0a11ff60d 100644 --- a/src/s/hpux10.h +++ b/src/s/hpux10.h @@ -56,5 +56,7 @@ /* Don't define _BSD */ #undef C_SWITCH_SYSTEM -/* HPUX 10.10 needs this; HPUX 10.20 does not. */ -#define POLLING_PROBLEM_IN_SELECT +/* HP-UX 10.10 seem to have problems with signals coming in + Causes "poll: interrupted system call" messages when Emacs is run + in an X window (see process.c) */ +#define POLL_INTERRUPTED_SYS_CALL